/* 文章列表组件样式 nr = news release 缩写*/
._nr_list_component {
    width: 100%;
    padding: 35px 0;
}

._nr_list_component_container {
    line-height: 24px;
    margin-top: 18px;
	clear: both;
}

._nr_list_component_container:first-child {
    margin-top: 0;
}

._nr_list_component_dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 10px;
    background: #333333;
    margin-right: 8px;
}

._nr_list_component_title {
    text-decoration: none;
    font-size: 18px;
    color: #333333;
}

._nr_list_component_time {
    float: right;
    color: #999999;
    font-size: 16px;
}